﻿2026-07-29T08:43:36.6966214Z ##[group]Run actions/checkout@v5
2026-07-29T08:43:36.6966697Z with:
2026-07-29T08:43:36.6967040Z   fetch-depth: 0
2026-07-29T08:43:36.6967402Z   repository: BigscreenVR/spt-bs-core
2026-07-29T08:43:36.6970207Z   token: ***
2026-07-29T08:43:36.6970540Z   ssh-strict: true
2026-07-29T08:43:36.6970879Z   ssh-user: git
2026-07-29T08:43:36.6971222Z   persist-credentials: true
2026-07-29T08:43:36.6971599Z   clean: true
2026-07-29T08:43:36.6971937Z   sparse-checkout-cone-mode: true
2026-07-29T08:43:36.6972344Z   fetch-tags: false
2026-07-29T08:43:36.6972683Z   show-progress: true
2026-07-29T08:43:36.6973025Z   lfs: false
2026-07-29T08:43:36.6973347Z   submodules: false
2026-07-29T08:43:36.6973694Z   set-safe-directory: true
2026-07-29T08:43:36.6974089Z   allow-unsafe-pr-checkout: false
2026-07-29T08:43:36.6974480Z ##[endgroup]
2026-07-29T08:43:36.7739992Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T08:43:36.7741528Z ##[group]Getting Git version info
2026-07-29T08:43:36.7742180Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-29T08:43:36.7760735Z [command]/usr/bin/git version
2026-07-29T08:43:36.7774799Z git version 2.43.0
2026-07-29T08:43:36.7792655Z ##[endgroup]
2026-07-29T08:43:36.7803878Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/09445268-54bd-4a95-a3fc-b40c8d3f97c7' before making global git config changes
2026-07-29T08:43:36.7805211Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T08:43:36.7807452Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-29T08:43:36.7840298Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-29T08:43:36.7861184Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T08:43:36.7871697Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T08:43:36.7874635Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T08:43:36.7894311Z refs/heads/main
2026-07-29T08:43:36.7900687Z [command]/usr/bin/git checkout --detach
2026-07-29T08:43:36.7950518Z HEAD is now at ffc7e9ea Merge pull request #118 from BigscreenVR/docs/access-control-grill
2026-07-29T08:43:36.7984570Z [command]/usr/bin/git branch --delete --force main
2026-07-29T08:43:36.8008080Z Deleted branch main (was ffc7e9ea).
2026-07-29T08:43:36.8096146Z ##[endgroup]
2026-07-29T08:43:36.8098317Z [command]/usr/bin/git submodule status
2026-07-29T08:43:36.8286902Z ##[group]Cleaning the repository
2026-07-29T08:43:36.8289711Z [command]/usr/bin/git clean -ffdx
2026-07-29T08:43:36.8325761Z [command]/usr/bin/git reset --hard HEAD
2026-07-29T08:43:36.8379886Z HEAD is now at ffc7e9ea Merge pull request #118 from BigscreenVR/docs/access-control-grill
2026-07-29T08:43:36.8384777Z ##[endgroup]
2026-07-29T08:43:36.8386678Z ##[group]Disabling automatic garbage collection
2026-07-29T08:43:36.8389822Z [command]/usr/bin/git config --local gc.auto 0
2026-07-29T08:43:36.8414592Z ##[endgroup]
2026-07-29T08:43:36.8415479Z ##[group]Setting up auth
2026-07-29T08:43:36.8419442Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-29T08:43:36.8442837Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-29T08:43:36.8629347Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T08:43:36.8656612Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-29T08:43:36.8840054Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T08:43:36.8864437Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-29T08:43:36.9066253Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-29T08:43:36.9096661Z ##[endgroup]
2026-07-29T08:43:36.9097604Z ##[group]Fetching the repository
2026-07-29T08:43:36.9103420Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-07-29T08:43:38.3135138Z [command]/usr/bin/git branch --list --remote origin/main
2026-07-29T08:43:38.3182877Z   origin/main
2026-07-29T08:43:38.3189523Z [command]/usr/bin/git rev-parse refs/remotes/origin/main
2026-07-29T08:43:38.3209643Z ffc7e9ea4427ff56f02edd6816b814cea5874dfe
2026-07-29T08:43:38.3213942Z ##[endgroup]
2026-07-29T08:43:38.3215268Z ##[group]Determining the checkout info
2026-07-29T08:43:38.3216752Z ##[endgroup]
2026-07-29T08:43:38.3217978Z [command]/usr/bin/git sparse-checkout disable
2026-07-29T08:43:38.3255900Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-29T08:43:38.3281367Z ##[group]Checking out the ref
2026-07-29T08:43:38.3283651Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-29T08:43:38.3337503Z Switched to a new branch 'main'
2026-07-29T08:43:38.3338634Z branch 'main' set up to track 'origin/main'.
2026-07-29T08:43:38.3377801Z ##[endgroup]
2026-07-29T08:43:38.3380740Z [command]/usr/bin/git log -1 --format=%H
2026-07-29T08:43:38.3404914Z ffc7e9ea4427ff56f02edd6816b814cea5874dfe
